curl --location --request POST 'https://gw-kunlun.tyhtest.com/v2/fc/select/selectRechargeWayEnumlsList' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"msg": "string",
"data": [
{
"key": "string",
"value": "string"
}
],
"success": true
}