curl --location --request POST '/adminapi/mall.shop/inc_gather_money' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}' \
--form 'id=""' \
--form 'gather_money=""'
{}