Authorization: Bearer ********************
{ "code": "string" }
curl --location --request POST 'https://preprod.api.crego.io/token/exchange/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string" }'
{ "access": "string", "refresh": "string", "expires_in": 0 }