curl --location --request GET '/notification/types'{
"code": 0,
"data": [
{
"category": "string",
"code": "string",
"createdAt": "string",
"defaultEnabled": true,
"description": "string",
"id": 0,
"isActive": true,
"name": "string",
"supportedChannels": [
"string"
],
"updatedAt": "string"
}
],
"message": "string"
}