curl --request POST \
--url https://hub.oxen.ai/api/ai/queue \
--header 'Content-Type: application/json' \
--data '
{
"model": "<string>",
"prompt": "<string>",
"aspect_ratio": "<string>",
"duration": 123,
"num_generations": 1,
"seed": 123,
"target_namespace": "<string>"
}
'