Authorization: Bearer ********************
{
"mainContent": "string"
}
curl --location --request POST '/api/front/rechargeRefund' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mainContent": "string"
}'
{"code":200,"message":"操作成功","data":null}