cURL
curl --request POST \ --url https://api.halth.com/v1/au/locations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "minorId": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Create a new location and allcoate a Minor ID.
Provide your API key as a Bearer token
1 - 255