curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/get-renewal-price' \
--header 'x-auth-zapmail: YOUR_API_KEY' \
--header 'x-workspace-key: workspace_id' \
--header 'x-service-provider: GOOGLE' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainIds": [
"string"
],
"contains": "string",
"tagIds": [
"string"
]
}'{
"status": 200,
"message": "Domains renewal price list",
"data": [
{
"domainId": "uuid",
"domainName": "example.com",
"status": "ACTIVE",
"domainPrice": "12.99",
"renewPrice": "44.99",
"isPremiumDomain": false
}
]
}