{ "grantType": "client_credentials" }
curl --location --request POST '/authorization/v1/access-token/b2b' \ --header 'Content-Type: application/json' \ --data-raw '{ "grantType": "client_credentials" }'
{}