curl --location -g --request GET 'https://api.xiaojukeji.com//v1/safe/center?client_uid={client_uid}&phone={phone}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
{
"tools_list": [
{
"id": 0,
"title": "string",
"action_desc": "string",
"status_desc": "string",
"show_frame": true
}
],
"links": {
"travel_sharing_link": "string",
"alarm_link": "string"
},
"notice": {
"id": "string",
"title": "string",
"desc": "string"
}
}