Looking at the connection manager verbose log, I see that maybe the response is returning from the api but not being picked up by the connection manager:
21/07/2025 13:06:36| Template evaluation result: c4f66d2f919b826021f5dd4efbfab7983053431a1f11568e4ac21f96e42b2a42
21/07/2025 13:06:36| Send HTTP request: GET /GetTransDetails
--- Parameter 'Masof': 123456789
--- Parameter 'id': abcdefghi
--- Parameter 'partner': XXXXX
--- Parameter 'type': uuuuuu
--- Parameter 'signature': a-09jaksea-9enav0anvr-0a93eivn-a09vn-0e9vna-09ivna-0fa0-9finva-0s
21/07/2025 13:06:36| Unexpected HTTP response: 397 bytes
21/07/2025 13:06:36| HTTP response data:
21/07/2025 13:06:36| Evaluate template: {{=[urlStringToJson(response)]}}
--- Parameter 'resource': {
"name": "GetTransDetails"
}
even though fiddler shows a successful response from the same call.