Get All Organizations: /auth/organization/all (GET)
Purpose:
This endpoint retrieves a list of all organizations.
Input:
- Headers:
- Client-Secret: A required header to authenticate the request.
Output (200):
[
{
"id": "7266dc72-754a-4441-b429-36fd20c1294a"
},
{
"id": "6f5b3d58-e08b-4306-8ea0-574dde3abca2"
}
]