curl --location --request POST 'https://api.perfectworks.io/api/v0/files//conversion' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "html",
"model": "doc-veritas"
}'
{
"success": true,
"message": "Operation completed successfully",
"data": {
"id": "123",
"name": "Example"
}
}