{
"company_id": "{{companyId}}",
"group_id": "1952633906230591488",
"recharge_amount": 5,
"sign": "{{sign}}",
"request_id": "api-c-0107"
}
curl --location --request POST 'https://sandbox.vcc.top/api/group/recharge' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_id": "{{companyId}}",
"group_id": "1952633906230591488",
"recharge_amount": 5,
"sign": "{{sign}}",
"request_id": "api-c-0107"
}'
{
"code": "0000",
"message": "Success",
"result": {
"status": "1",
"order_id": "1952635672779161601",
"recharge_time": "2025-08-05T07:39:57.731+00:00",
"recharge_amount": 5,
"fee": 0.05
}
}