{
"id": 0,
"platform": "mall",
"store_name": "测试店铺",
"category_id": 1,
"contact_name": "张三",
"contact_phone": "13800138000",
"apply_remark": "申请开设服装店铺"
}
curl --location --request POST '/merchantapi/merchant/apply' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"platform": "mall",
"store_name": "测试店铺",
"category_id": 1,
"contact_name": "张三",
"contact_phone": "13800138000",
"apply_remark": "申请开设服装店铺"
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}