curl --request POST \
--url https://api.example.com/api/v1/organizations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"slug": "<string>",
"logo": "<string>",
"email": "<string>",
"phoneNumber": "<string>"
}
'