{ "domainIds": [ "string" ], "email": "string", "contains": "string", "status": [ "ACTIVE" ], "tagIds": [ "string" ] }
curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/email-forwarding' \ --header 'x-auth-zapmail;' \ --header 'x-workspace-key;' \ --header 'x-service-provider;' \ --header 'Content-Type: application/json' \ --data-raw '{ "domainIds": [ "string" ], "email": "string", "contains": "string", "status": [ "ACTIVE" ], "tagIds": [ "string" ] }'
{ "status": 200, "message": "Email forwarding will update soon", "data": null }