Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/ui-extensions?enabled=undefined' \
--header 'Authorization: Bearer <token>'[
{
"id": "my-extension",
"name": "string",
"webpack_module": "string",
"remote_entry_url": "http://example.com",
"version": "string",
"integrity_hash": "string",
"verification_status": "none",
"enabled": "yes",
"allowed_hostnames": "string",
"remote_auth_enabled": "yes",
"remote_timeout_seconds": 0
}
]