curl --location --request POST 'https://api.perfectworks.io/api/v0/organizations/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Acme Corporation",
"slug": "acme-corp",
"email": "contact@acme.com",
"phoneNumber": "+1-555-123-4567",
"description": "Leading provider of innovative solutions",
"logo": "https://example.com/logo.png",
"referralCampaignCode": "PARTNER2024"
}'
{
"success": true,
"message": "Operation completed successfully",
"data": {
"id": "123",
"name": "Example"
}
}