{}
curl --location --request POST '/can_send_image' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": "ok",
"retcode": 0,
"data": {
"yes": true
},
"message": "string",
"wording": "string",
"echo": "string"
}