true
, this value will not be considered.
E.g.- 1{"status": true,"msg": "Success.","code": 200,"data": {"next_page": null,"pages": 1,"prev_page": null,"account_id": "5ede06d73722791c17f27272","users": [{"id": "60058ad6ffb3fb21c905a0b4","app_id": "5ef070ce1e621663c53bb3c6_2","device_token": "devicetoken","description": "postman device test","brand": "Samsung","model": "S8","os_version": "8.1","sdk_version": "2.1","geofence_events": true,"motion_events": false,"location_events": false,"trips_events": true,"nearby_events": false,"location_listener": false,"event_listener": false,"metadata": {"name": "Nikhil"},"is_deleted": false,"created_at": "2021-01-18T13:19:18.181","last_location_update": {}}]}}
curl --location --request GET 'https://api.geospark.co/v3/api/user/?start_date=2021-01-18&end_date=2021-01-19' \--header 'Api-Key: f4441682ed03441eb906693a3bde8979'
user_id
.{"status": true,"msg": "Success.","code": 200,"data": {"id": "60058ad6ffb3fb21c905a0b4","account_id": "5ede06d73722791c17f27272","app_id": "5ef070ce1e621663c53bb3c6_2","device_token": "devicetoken","device_uuid": null,"description": "POPOPOPO","brand": "Samsung","model": "S8","group_id": null,"os_version": "8.1","sdk_version": "2.1","device_arn": null,"geofence_events": true,"motion_events": false,"location_events": false,"trips_events": true,"nearby_events": false,"location_listener": false,"event_listener": false,"metadata": {"name": "rahul"},"is_deleted": false,"created_at": "2021-01-18T13:19:18.181","updated_at": "2021-01-18T13:28:28.132"}}
curl --location --request PUT 'https://api.geospark.co/v3/api/user/' \--header 'Content-Type: application/json' \--header 'APi-Key: f4441682ed03441eb906693a3bde8979' \--data-raw '{"user_id": "60058ad6ffb3fb21c905a0b4","description": "POPOPOPO","metadata" :{"name": "rahul" }}'