I have followed the ACS - Adobe IO integration steps for Rest API calls , I created the public key using OpenSSL and generated a JWT token using API key. Now, when I try to make a POST request to ACS with profile insert, I am getting the response as below:
{
"error_code": "403003",
"message": "Api Key is invalid"
}
I have used the same API key to generate the JWT token, but it still says Api key is invalid. Did anyone come across this issue before?