Authorization: Bearer ********************
{ "username": "string" }
curl --location 'https://preprod.api.crego.io/v1/identity/auth/rego/token/exchange/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "username": "string" }'
{}