X-API-Key: ********************{
"orderId": 0,
"itemId": "string",
"orderCode": "string"
}curl --location --request POST '/carwash/cancelItem' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"itemId": "string",
"orderCode": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}