curl --request POST \
--url https://api.usenaive.ai/v1/media/upload/url \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"title": "<string>",
"description": "<string>",
"tags": [
"<string>"
]
}
'