curl --location --request POST '/create_flash_task' \
--header 'Content-Type: application/json' \
--data-raw '{
"files": "C:\\test.jpg",
"name": "test_task"
}'{
"status": "ok",
"retcode": 0,
"data": {
"task_id": "task_123"
},
"message": "",
"wording": ""
}