ok thanks
today i was follow your these steps
- Create a Object using the keys/layout I described in the javascript example
- base64 decode the secret
- use the object and the decoded secret to sign and create a JWT
- use the JWT as the bearer in the request
but response getting
{
“error”: “Bad Request”,
“status”: 400,
“message”: “No client id specified”
}