{
"name": "测试商户",
"contact_name": "张三",
"contact_phone": "13800138000",
"contact_address": "北京市朝阳区",
"apply_remark": "希望开设店铺"
}
curl --location --request POST '/api/user/apply/merchant' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "测试商户",
"contact_name": "张三",
"contact_phone": "13800138000",
"contact_address": "北京市朝阳区",
"apply_remark": "希望开设店铺"
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}