API Endpoint: Create a new API endpoint that provides the current geo-location (latitude and longitude) of a specified device.
Parameters: The API should accept device identifiers such as IMEI or device ID.
Response: The response should include the device's latitude, longitude, timestamp of the location, and accuracy details.
Authentication: Ensure that the API is secure and can be accessed using existing Emnify authentication methods.
Use Case: This API will be used to integrate accurate device location data into our application, improving the overall functionality and user experience.