{
"grant_type": "password",
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}",
"username": "{{sub_login}}",
"password": "{{user_password}}"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/jwt' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_type": "password",
"client_id": "",
"client_secret": "",
"username": "{{sub_login}}",
"password": "{{user_password}}"
}'
{
"token": "string",
"refresh": "string"
}