curl --location --request GET 'http://prod-cn.your-api-server.com/check-installation' \
--header 'Accept: application/json' \
--header 'X-XSRF-TOKEN: {{x-xsrf-token}}' \
--header 'Authorization: Bearer {{token}}'{
"status": "string",
"message": "string",
"data": {
"installed": true
},
"time": 0
}