{
"body": "string",
"email": "string"
}curl --location --request POST '/api/v1/notification/services/config/e-mail/test' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string",
"email": "string"
}'