๐ฎ POST /api/v1/gsc/send-appeal/
Creates a CommandRequest for send_appeal.
๐งพ Request body
domainโ a domainaccount_emailโ optional (same selection logic as Check Domain Safety)callback_urlโ optional
๐ Notes
The domain is validated on the server (format + DNS resolvability). If it does not resolve from the service environment, validation fails.
๐ป curl example
curl -X POST "http://localhost:8000/api/v1/gsc/send-appeal/" \
-H "Content-Type: application/json" \
-H "AUTHORIZATION: Bearer <AUTHORIZATION_TOKEN>" \
-d '{
"domain": "example.com"
}'