X-API-Key: ********************{
"id": 0,
"mobile": "string",
"saleOrderId": 0,
"timeSources": [
{
"count": 0,
"day": "string",
"dayPeriodCode": 0,
"startHour": "string",
"endHour": "string"
}
]
}curl --location --request POST '/housekeeping/reserve' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"mobile": "string",
"saleOrderId": 0,
"timeSources": [
{
"count": 0,
"day": "string",
"dayPeriodCode": 0,
"startHour": "string",
"endHour": "string"
}
]
}'{
"code": 0,
"msg": "string",
"data": {}
}