curl --location -g --request GET '{{baseUrl}}api/templates?tags=onboarding&sort_by=relevance' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'{
"message": "",
"success": true,
"data": {
"current_page": 1,
"data": [
{
"id": 1366,
"name": "TEMPLATE 1",
"template_type": "GRAPHIC",
"media_type": "image/png",
"preview": "https://ik.imagekit.io/cliqdev/template/e/1/1366/f6tlOdnccv.png",
"video_preview": "https://cdn.thecliquify.co/template/e/1/1366/2J4RxIL_TPCaWWFZBxXLizxh.mp4",
"org_preview": "https://cdn.thecliquify.co/template/e/1/1366/f6tlOdnccv.png"
}
],
"per_page": 25,
"total": "n"
}
}