Get notification informationThis API receives notification information. Typically, a notification is sent when a task is completed.Get notifications information#bashcurl -X GET \ "https://develop.kokoon.cloud/kokoon/api/sr/v4.1/notification" \ -H "Content-Type:application/json" \ -H 'Authorization: eyJraWQiOiJPMGs5...eyJzdWIiOiIzN2U3NzYxM' response#json{ "uid": "89f758a0-ba76-11ee-8fa6-17cde62e8e05", "use_api_email_noti": true}response body field#field type description uidstringuser unique id.use_api_email_notibooleantrue : allow to receive a email notification.false : do not allow to receive a email notification.