curl --location --request GET '/staff?location_id'
[
{
"id": "12345",
"name": "John Doe",
"email": "john.doe@example.com",
"role": "Manager",
"location_id": "67890",
"created_at": "2023-08-25T14:30:00Z"
}
]