I am working on migrating assets from AEM 6.5 env to AEM cloud. When I try to make a curl to production instance I get 401.The process which I follow is :1. use technical account to generate JWT token.2. Use the JWT token and add it to Curl as Bearer token and upload the data using /asset api micros...