Ogwugo Gas can be served from seceral locations, in that case, the user need to set his location whereas gas profile and services from that location will be available to him.
… list all locations.
[GET] /locations/list
Response Format..
{ "data": [ { "id": 1, "name": "ENUGU TOWN (Nigeria)", "state": 12, "country": "NG", "latitude": "", "longitude": "", "status": 1, "created_at": "2018-06-04 14:00:44", "updated_at": "2018-06-19 11:01:21" } ], "status": "success", "message": "locations listed", "error": { "detail": "all locations listed", "code": "200" } }