Authorization: oauth ********************
{
"type": "topup",
"project_id": 1,
"amount": 100
}
curl --location --request POST 'https://api-v2.streamvi.io/method/payment?v&language' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "topup",
"project_id": 1,
"amount": 100
}'
{
"payment_id": 0,
"pay_name": "string",
"pay_id": "string",
"pay_key": "string"
}