curl --location 'https://search-api.longtu.club/anchor-text/search' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '[
{
"domain": "string",
"anchor_key": [
"string"
],
"webhook_url": "string"
}
]'