{
"shopId": "string",
"itemName": "string",
"itemType": 0,
"options": [
"string"
],
"required": true,
"tooltip": "string"
}
curl --location --request POST '/4s/activity/enroll_item/base_preset' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "string",
"itemName": "string",
"itemType": 0,
"options": [
"string"
],
"required": true,
"tooltip": "string"
}'
"string"