====== User's customization ======
Request provides possibility to receive customization settings.
=== Request example ===
&svc=get_customize
=== Parameters ===
=== Additional information ===
Will response with full amount of text fields of customization settings:
{«id»:9, «id_user»:1, «title»:«», «copyright»:«;», «docs_url»:«», «logo_url»:«monitoring.local», «support_email»:«kirnet.name@yandex.ru», «demo_login»:«demo», «demo_password»:«demo»},
or with empty array.
=== Response ===
== User's customization ==
{
    "id":82,
    "id_user":1,
    "title":"",
    "copyright":";",
    "docs_url":"",
    "logo_url":"",
    "support_email":"",
    "demo_login":"",
    "demo_password":"",
    "name_units":"",
    "free_units":0,
    "agreement":null,
    "disabled_languages":null,
    "themes":null,
    "maps":null,
    "mobile_app_name":null,
    "android_app_enabled":null,
    "android_app_link":null,
    "ios_app_enabled":null,
    "ios_app_link":null,
    "date_format":null,
    "time_format":null,
    "link_to_admin_panel_is_hidden":0
}