This is important to get your account information, your balance and more.

***Notice:*** no params required.
## CURL Example:

curl -X POST https://oim.pasifiktelekom.com.tr/en/api/user/getsettings/ \
-H 'Content-Type:application/json' -H 'accept:application/json' -H 'Authorization:XXXXXXXXXXXXXXXXXXXX' \
-d '{}'

GET /en/api/user/getsettings/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "200",
    "message": "OK"
}