curl --location --request POST '/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"client_email": "string",
"client_secret": "string",
"custom_claims": {
"property1": null,
"property2": null
},
"grant_type": "client_credentials"
}'