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