<a href>.curl --location --request POST '/api/url-extract/store' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"target_urls": [
"https://vnexpress.net",
"https://dantri.com.vn"
]
}'{}