curl --location --request POST 'https://api.hirempire.com/v1/create-organization' \
--header 'Authorization: Bearer 927634980234' \
--header 'Content-Type: application/json' \
--data-raw '{
"organization_name": "Example",
"organization_domain": "example.com"
}'{
"success": true,
"organization_id": "xyz123456",
"created": "2000-01-01 01:00:00",
"updated": "2000-01-01 01:00:00"
}