curl --location --request POST '/media' \
--header 'Content-Type: application/json' \
--data-raw '{
"media_name": "my-file",
"media_url": "http://www.example.com/audio.mp3",
"ttl_secs": 86400
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************