curl --location --request GET 'http://dev-cn.your-api-server.com/api/v0/fetch-links?sourceUrl&sourceType' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Fetched all the links successfully",
"data": {
"links": [
{
"url": "https://sitegpt.ai",
"urlType": "WEB"
},
{
"url": "https://sitegpt.ai/pricing",
"urlType": "WEB"
},
{
"url": "https://sitegpt.ai/login",
"urlType": "WEB"
},
{
"url": "https://sitegpt.ai/contact-us",
"urlType": "WEB"
},
{
"url": "https://sitegpt.ai/terms",
"urlType": "WEB"
}
]
}
}