x-api-key: ********************curl --location 'https://api.triowfs.com/trio/api/v3/notifications/types' \
--header 'x-api-key: <api-key>'{
"types": [
{
"id": 0,
"name": "string",
"displayName": "string",
"description": "string",
"order": 0,
"category": {
"name": "string",
"order": 0
},
"isOptional": true
}
]
}