Authorization: Bearer ********************
{
"userId": "12345 or 123e4567-e89b-12d3-a456-426614174000"
}
curl --location --request POST 'https://connect.deskbird.com/offices//checkin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "12345 or 123e4567-e89b-12d3-a456-426614174000"
}'