curl --location --request PUT '/v1/lanes/update-intervened-status/' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_intervened": false
}'
{
"data": {
"id": "a4fe9dd0-887a-4407-b66b-e2ef5cd6c9b8",
"devices": [],
"gate_id": "29b51e5d-9ecd-4e77-9eba-62276b423b89",
"lane_name": null,
"lane_code": "LANE0010",
"is_intervened": true
},
"message": "Sukses mengubah Lane"
}
Authorization: Bearer ********************