How to plot segmentation mask from the given annotation?

I have the following annotation

{“segmentation”: [[413.03,131.72,…,132.36]],“area”: 1067.9535499999993,“iscrowd”: 0,“image_id”: 1000,“bbox”: [405.93,120.42,37.13,45.52],“category_id”: 1,“id”: 1245349}.

I want to plot the segmentation and bounding box on my input image using the above segmentation and bbox values.