Authorization: Bearer ********************curl --location --request GET 'https://prod.your-api-server.com/staff?page&pageSize' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"displayName": "string",
"role": "string",
"image": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"page": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0
}