curl --location --request GET '/api/v1/organization/list' \
--header 'Authorization: Bearer <token>'{
"list": [
{
"id": 26,
"name": "My Company",
"createdAt": "2025-03-31T14:30:34.103Z",
"updatedAt": "2025-03-31T14:30:34.103Z"
}
]
}