curl --location --request POST '/api/search-anchor-text' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"target_urls": [
"https://example.com/bai-viet-1"
],
"keywords": [
"giày nike",
"áo thể thao"
]
}'{}