(Example)
HTTP response: Auth User Profile

HTTP/1.1 200 OK
content-length: 16484,
content-type: application/json
date: Fri, 06 Sep 2024 11:35:46 GMT
{
  code: 200,
  message: "success",
  user_type: "openapi",
  user_name: "ahri@runeterramail.com",
  user_email: "ahri@runeterramail.com",
  user_given_name: "Portal Developer",
  user_surname: "Ahri",
  instance_server_id: "00000000ABCDXYZW...",
  related_companies: [
    {
      instance_server_channel_id:"00000000ABCDXYZW...",
      instance_server_channel_code: "Noxus",
      publish_flag: "Y",
      approve_flag: "N",
      sys_del_flag: "Y",
    },
    { ... }.
    ...
  ]
}
// the instance_server_channel_id,
// and instance_server_id are required further.