Authorization: oauth ********************
{
"v": "1",
"language": "en",
"project_id": 0,
"countrie_id": 0,
"organization_id": null,
"pay_system_id": 0,
"email": "user@example.com",
"description": null
}
curl --location --request POST 'https://api-v2.streamvi.io/method/pay-setting' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"v": "1",
"language": "en",
"project_id": 0,
"countrie_id": 0,
"organization_id": null,
"pay_system_id": 0,
"email": "user@example.com",
"description": null
}'