cURL
curl --request POST \ --url https://api.dev.anthid.com/api/v1/org \ --header 'Content-Type: application/json' \ --data ' { "org_name": "<string>" } '
{ "customer_id": "<string>", "org_code": "<string>" }
Organization created