Authorization: Bearer ********************curl --location --request GET 'https://dev-api.idukki.io/admin/collections' \
--header 'Accept: application/json' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "TEST-5",
"metaId":"bluechipfeed",
"type":"LIVE_INSTAGRAM_HANDLE",
"metaJson":{
"reels": false
}
}'{}