Authorization: Bearer ********************nullcurl --location --request POST '/api/hotel/checkout/handle' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw 'null'{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": ""
}