I am working on my Motor Renewal POC. While trying to call the Reels workflow API from SSD, I am getting a 401 Unauthorized error.
I have already generated a new token and passed it in the request header, but the issue still persists. The same Reels API works from Swagger/Postman, but it fails when called from SSD.
Can you put a debugger and check in which flow the error is being thrown? Also, if you are using any API inside SSD, please ensure that the corresponding token is passed along with the API call to Reels.
I am able to get the response successfully for the same API when it is configured directly in the HTTP Request. However, when I try to call the API from SSD, I am getting an error.