{
"file_id": "226723D7B1EE3BF02E9CFD8236EE468B.jpg"
}
curl --location --request POST '/get_image' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_id": "226723D7B1EE3BF02E9CFD8236EE468B.jpg"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"file": "string",
"url": "string",
"file_size": "string",
"file_name": "string",
"base64": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}