curl --location --request GET 'https://app-api.pixverse.ai/openapi/v2/video/restyle/list' \
--header 'Ai-Trace-Id: your-ai-trace-id' \
--header 'API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_num": "string",
"page_size": "string"
}'
{}