{ "booking_id": "654789", "platformproperty_id": "4576243", "check_in": "2019-08-24", "check_out": "2019-08-25", "canceled_at": "2019-08-24T14:15:22.123Z" }
curl --location --request POST '/api/v1/platform//cancellations/' \ --header 'Content-Type: application/json' \ --data-raw '{ "booking_id": "654789", "platformproperty_id": "4576243", "check_in": "2019-08-24", "check_out": "2019-08-25", "canceled_at": "2019-08-24T14:15:22.123Z" }'
{ "status": "success", "message": "لغو رزرو انجام شد", "created_at": "2019-08-24T14:15:22.123Z" }