curl --location --request POST '/api/v1/hotels' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Hotel Yamato",
"location": "Soerabaja"
}'{
"status_code": 201,
"message": "Create Hotel Success."
}