{
"gamePlayId": "string",
"playName": "string",
"image": "string",
"playDescribe": "string",
"items": [
{
"itemName": "string",
"image": "string"
}
],
"multipleChoice": 0,
"style": 0
}curl --location --request POST 'test-mg-admin.hwyc.io/pri/v1/play/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"gamePlayId": "string",
"playName": "string",
"image": "string",
"playDescribe": "string",
"items": [
{
"itemName": "string",
"image": "string"
}
],
"multipleChoice": 0,
"style": 0
}'{
"code": 0,
"msg": "",
"data": {},
"success": false
}