{
"type": 0,
"mrchId": "string"
}
curl --location --request POST '/activity/api/mrch/collectMrch' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"mrchId": "string"
}'
{
"code": "string",
"msg": "string"
}