X-API-Key: ********************{
"cityCode": "string",
"itemId": "string",
"shopId": "string",
"userTel": "string",
"productId": "string",
"shopName": "string",
"shopAddress": "string",
"shopPhone": "string",
"orderId": 0
}curl --location --request POST '/carwash/createTicket' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cityCode": "string",
"itemId": "string",
"shopId": "string",
"userTel": "string",
"productId": "string",
"shopName": "string",
"shopAddress": "string",
"shopPhone": "string",
"orderId": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}