post https://{url}/lostAndStolen/setStolen
This endpoint is used to set or unset a digital passport status as stolen.
Request Body
certificateId(string, required): The ID of the target digital passport.
isStolen(boolean, required): Set the digital passport as stolen (true) or unset (false).
Response
The response will contain the digital passport ID and its stolen status following the successful request.
