{ "to_email": "string" }
curl --location --request POST '/settings/test-email' \ --header 'Content-Type: application/json' \ --data-raw '{ "to_email": "string" }'
{ "code": 0, "data": null, "message": "string" }