{ "operationId": "Createtoken", "method": "POST", "path": "/token", "summary": "VTex Create JWT token", "requestExamples": [ { "contentType": "application/json", "example": { "apiKey": "{pnpApiKey}" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{token}" } ] }