Authorization: Bearer ********************curl --location --request POST 'https://ai98.vip/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=""'{}