Extracting multiple value inside the JSON object

Hi Team,

I need to extract a src links (more than one) from the JSON response inside the message section. The response looks like below

I tried to use find between, but it only detect one link like below.

I’m sure, there is a better way to extract all the src links from the response. With use of some JSON extractor. Guide me on this.