Authorization: Bearer ********************curl --location 'https://dev-api-desk.tks.co.th/api/OutSite/OutSiteV2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json; v=1.0' \
--data '{
"url": "string",
"method": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"queryParameters": {
"property1": "string",
"property2": "string"
},
"body": null,
"contentType": "string"
}'