Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.
{
"grant_type": "refresh_token",
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}",
"refresh_token": "{{refresh_token}}"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/tokensHASHHACK1' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_type": "refresh_token",
"client_id": "",
"client_secret": "",
"refresh_token": ""
}'
{}