Hi Team,
I am trying to generate the Bearer token using JWT token. the JWT token is generated through Adobe I/O console.
The command that I am using in command prompt is :
curl -X POST "https://ims-na1.adobelogin.com/ims/exchange/jwt?client_id=5****87&client_secret=ac***42659&jwt_token..."
However I am getting error as "{"error_description":"JWT token is incorrectly formatted, and can not be decoded.","error":"invalid_token"}"
Can anyone help in fixing this issue ?