curl --location --request PATCH '/api/v1/hotels/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Hotel Yamato",
"location": "Surabaya"
}'{
"status_code": 200,
"message": "Update Hotel by Id Success."
}