curl --location --request POST '/api/billing/projects//payment-settings' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "RU",
"pay_system_id": "string",
"email": "user@example.com",
"state": "California",
"city": "San Francisco",
"street": "Market Street",
"zip": "94105",
"house_number": "123A",
"company_name": "string",
"description": "string"
}'