Authorization: Bearer ********************curl --location --request PUT '/error-notifiers/8' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "emmanuel@mycantant.com",
"error_type": "APP_ERROR",
"keyword": "hello"
}'{
"message": "Error log created successfully"
}