Authorization: Bearer ********************
{
"prompt": "xxxxx"
}
curl --location -g --request POST '/v1/videos//remix' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "xxxxx"
}'
{}