Hi,
There is some issue in response type of your published rest service. That’s why when you try to consume it, you are not getting exact result.
The first thing that stands out is that the content type of the service is application/jason. Shouldn’t it be application/json?
But I don’t think that’s the problem. What do your import mapping and JSON snippet look like?