Authorization: Bearer ********************
curl --location --request POST 'https://api2.aigcbest.top/v1/videos' \
--header 'Authorization: Bearer <token>' \
--form 'model="sora-2"' \
--form 'prompt="A calico cat playing a piano on stage"' \
--form 'seconds="4"' \
--form 'input_reference=""' \
--form 'size=""'
{}