I have a API which needs the JSON Payload to be sent as Base64 encoded payload while making the API call. So I need to convert my JSON request payload should be converted to the Base64 Encoded Payload and Trigger the api call.
I couldn’t find a way to do it. If anyone has already done, Please let me know. Thanks