curl --location --request POST 'https://dev.isaac.wellnessliving.com/omega/businesses//onboard' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY;' \
--data-raw '{
"region_id": 1,
"email": "user@example.com",
"phone": "+1234567890"
}'
{}