curl --request POST \
--url http://127.0.0.1:9550/v2/convert_files_and_save \
--header 'Content-Type: application/json' \
--data '
{
"file_datetime": "2023-12-25",
"file_inbox": "<string>",
"path": "<string>"
}
'[
"<unknown>"
]curl --request POST \
--url http://127.0.0.1:9550/v2/convert_files_and_save \
--header 'Content-Type: application/json' \
--data '
{
"file_datetime": "2023-12-25",
"file_inbox": "<string>",
"path": "<string>"
}
'[
"<unknown>"
]Was this page helpful?