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