{
"tempId": "string",
"shopId": "string",
"replyType": "string",
"category": "string",
"content": "string"
}
curl --location --request POST '/userPlatform/physical/shop/strategy/addOrModifyTempCustom' \
--header 'Content-Type: application/json' \
--data-raw '{
"tempId": "string",
"shopId": "string",
"replyType": "string",
"category": "string",
"content": "string"
}'
{
"code": 0,
"message": "",
"data": null
}