ops
sendTestEmail user
send a test email to a specified user's email as if it were from a specific seller
post/ops/users/send-test-email
Request body
Example request
{
"email": "abc123",
"seller_id": "abc123"
}Response
OK response.
send a test email to a specified user's email as if it were from a specific seller
{
"email": "abc123",
"seller_id": "abc123"
}OK response.