curl --request POST \
--url https://api.ppio.com/v3/async/grok-imagine-video-edit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"video": "<string>",
"prompt": "<string>",
"resolution": "<string>"
}
'