curl --location --request POST 'https://useraccounts.srblabs.io/api/v1/auth/token/exchange' \ --header 'Content-Type: application/json' \ --data-raw '{ "audience": "string", "organization_id": "string" }'
{ "service_token": "string" }