Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"latitude": 6.5339392,
"longitude": 3.3488896
}
Request Code Samples
curl --location --globoff 'https://api.enviablelogistics.com/update-location' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"latitude": 6.5339392,
"longitude": 3.3488896
}'
Responses
application/json
{"data":null,"message":"Location updated successfully"}
Modified at 2024-09-30 22:53:49