Authorization: Bearer ********************{
"source_video_id": 0,
"restyle_id": 0,
"seed": 0
}curl --location 'https://api.key4u.shop/openapi/v2/video/restyle/generate' \
--header 'API-KEY: {{YOUR_API_KEY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"source_video_id": 0,
"restyle_id": 0,
"seed": 0
}'{}