{
"id": "string",
"remark": "string"
}
curl --location --request POST '/api/applet/reservation/book' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"remark": "string"
}'
{
"code": 200,
"message": "Ok",
"data": {
"result": true,
"id": "66061ec18507b2c0a1045c9d"
}
}