{
"domainIds": ["<domain-uuid-1>", "<domain-uuid-2>"]
}curl --location --request PUT 'https://api.zapmail.ai/api/v2/mailboxes/retry-failed' \
--header 'x-auth-zapmail: YOUR_API_KEY' \
--header 'x-service-provider: GOOGLE' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainIds": ["<domain-uuid-1>", "<domain-uuid-2>"]
}'{ "status": 200, "message": "Failed job retried successfully", "data": null }