apikey: ********************curl --location --request GET '/organisations' \
--header 'apikey: <api-key>'[
{
"id": "gen_random_uuid()",
"name": "string",
"status": "pending",
"created_at": "now()",
"updated_at": "string",
"internal_name": "string",
"profile_logo_url": "string",
"created_by": "users.get_auth_profile_id()",
"updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}
]