curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/remove-forwarding' \
--header 'x-auth-zapmail: <api_key>' \
--header 'x-workspace-id: <workspace_id>' \
--header 'x-service-provider: GOOGLE' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainId": "uuid-of-domain"
}'{
"status": 200,
"message": "Domain forwarding removed successfully",
"data": null
}