The Token API is rejecting my POST to get the Poynt access token. I am POSTing the code I received from a merchant grant to get the Poynt token and I am getting a JWT claims error. I have confirmed my self signed JWT is signed correctly using my PEM data on https://jwt.io/ and comparing the encoded results. Below is a URL that has all of the data I am sending to Poynt.
https://requestb.in/1c7gmi41?inspect
If anyone has any examples of doing this in .Net that would be great.