curl --location --request GET '/ent/captcha' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"sensitive": true,
"key": "string",
"img": "string"
}
}