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