Authorization: Bearer ********************{
    "resourceId": "123e4567-e89b-12d3-a456-426614174000"
}curl --location --request PATCH 'https://connect.deskbird.com/bookings//checkIn' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "resourceId": "123e4567-e89b-12d3-a456-426614174000"
}'