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