curl --location --request POST 'https://app-api.pixverse.ai/openapi/v2/video/mimic/generate' \
--header 'Ai-Trace-Id: your-ai-trace-id' \
--header 'API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_media_id": 0,
"img_id": 0,
"quality": "360p"
}'{
"ErrCode": 0,
"ErrMsg": "Success",
"Resp": {
"video_id": 0,
"credit":0
}