Authorization: Bearer ********************{
"config": null,
"name": "string",
"type": "string"
}curl --location --request POST 'http://localhost:8080/api/v1/notify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"config": null,
"name": "string",
"type": "string"
}'{
"code": 200,
"data": {
"config": null,
"id": 0,
"name": "string",
"type": "string"
},
"message": "success"
}