cURL
curl --request POST \ --url https://api.example.com/tenant-onboarding/accounts \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
{ "accountId": "<string>" }
Was this page helpful?