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