Authorization: Bearer ********************
curl --location --request GET '/api/front/recharge/index' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"rechargeAttention": [
"string"
],
"rechargeQuota": [
{
"giveMoney": "string",
"id": 0,
"price": "string"
}
]
},
"message": "string"
}