Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/discovery/filters' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": [
"twitter",
"instagram"
],
"emotion": [
"HAPPY"
],
"profanity": true,
"minAge": 50,
"maxAge":100,
"gender": "both",
"imageQuality": 20,
"videos_only": true,
"brandColor": "#6d3b3b",
"hashtags":["ipl"]
}'{}