WhatsApp Flows endpoint server response encryption using C# and BouncyCastle 2.3.1
I am using C# to decrypt a request from data_exchange in Whatsapp flows successfully using BouncyCastle 2.3.1,
however I am having issues on decryption whatsApp playground says it cannot decrypt the response that I am providing(from the server).
Below is my code.