Authorization: ********************curl --location --request GET '/organizations/123/users?limit&offset' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"email": "user@example.com",
"full_name": "string",
"avatar_url": "http://example.com",
"role": "admin",
"created_at": "string",
"updated_at": "string"
}
],
"meta": {
"count": 0,
"hasMore": true
}
}