curl --request POST \
--url https://api.panora.dev/organisations/create \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"stripe_customer_id": "<string>"
}'
curl --request POST \
--url https://api.panora.dev/organisations/create \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"stripe_customer_id": "<string>"
}'