curl --request POST \
--url https://api.sandbox.thrivory.com/v1/oauth/token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"client_id": "<string>",
"client_secret": "<string>",
"grant_type": "<string>"
}
'