Combining Multiple Value Json Payload using Azure APIM policies
Hi I have a current payload in APIM, which I want to transform into another payload. Current Payload: { "insurance_id": "2112", "insurer_info": { "first": "Tony", "last": "Stark" } } Expected Payload { "id": "2112", "insurer_name": { "fullname": "Tony Stark" }…