curl --location --request GET 'https://rest.clicksend.com/v3/reseller/mysubdomain'
{
"data": {
"allow_public_signups": 1,
"colour_navigation": "#9999FF",
"company_name": "MyCompany",
"logo_url_dark": "http://yourdomain.com/dark",
"logo_url_light": "http://yourdomain.com/light",
"reseller_user_id": 1
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here's your result."
}