{
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
curl --location --request POST 'https://sandbox.complyt.io/v1/token' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "",
"clientSecret": ""
}'
{}