Authorization: Bearer ********************curl --location --request GET 'https://prod.your-api-server.com/reservables//staff' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"staffMemberId": "138ee295-38b9-456a-b430-39719940f4cd",
"displayName": "string",
"role": "string"
}
]
}