I am sorry to hijack the thread, but how would implement the following in the script example that is provided by Admin?
Code:
curl --location --request PUT 'https://exampleadr.com/pms_api/:subscription_id/:account_id/rooms/:room_id' \
--data-raw '{
"room": {
"housekeeping_status": "inspect"
}
}'