curl --location --request GET '/api/rest/staff/shop/?locationIds&limit&offset'{
"success": true,
"data": {
"count": 0,
"limit": 0,
"offset": 0,
"previous": {},
"next": {},
"results": [
{
"id": 0,
"name": "string",
"externalId": "string",
"permission": "string",
"pin": "string",
"status": "string",
"position": "string",
"locations": [
{
"id": 0,
"name": "string",
"shopifyLocationId": "string",
"timezone": "string",
"active": true
}
],
"compensation": {
"currencyCode": "string",
"currencyMark": "string",
"amount": 0,
"type": "string"
},
"payrollSettings": {
"classification": "string",
"payGroup": "string",
"overtimeEligibility": true,
"commissionsEligibility": true,
"posTipsEligibility": true,
"dateOfHiring": "string"
},
"payrollStatus": "string"
}
]
}
}