{
"company_id": "{{companyId}}",
"group_id": "1952631555067346944",
"withdrawal_amount": 1,
"sign": "{{sign}}",
"request_id": "api-c-0033"
}
curl --location --request POST 'https://sandbox.vcc.top/api/group/wiithdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_id": "{{companyId}}",
"group_id": "1952631555067346944",
"withdrawal_amount": 1,
"sign": "{{sign}}",
"request_id": "api-c-0033"
}'
{
"code": "0000",
"message": "Success",
"result": {
"status": "1",
"order_id": "1952631622423674881",
"withdrawal_time": "2025-08-05T07:23:52.140+00:00",
"withdrawal_amount": 1,
"fee": 0.01
}
}