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