curl --location --request GET 'http://127.0.0.1:6810/api/clients/paths/CES2352' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"message": "string",
"data": [
{
"latitude": 0,
"longitude": 0,
"altitude": 0,
"ground_speed": 0,
"timestamp": 0
}
]
}