curl --request GET \
--url https://api.example.com/cabinet/admin/partners/settings \
--header 'Authorization: Bearer <token>'{
"withdrawal_enabled": true,
"withdrawal_min_amount_kopeks": 123,
"withdrawal_cooldown_days": 123,
"withdrawal_requisites_text": "<string>",
"partner_section_visible": true,
"referral_program_enabled": true
}Get partner system settings.
curl --request GET \
--url https://api.example.com/cabinet/admin/partners/settings \
--header 'Authorization: Bearer <token>'{
"withdrawal_enabled": true,
"withdrawal_min_amount_kopeks": 123,
"withdrawal_cooldown_days": 123,
"withdrawal_requisites_text": "<string>",
"partner_section_visible": true,
"referral_program_enabled": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.