{ "operationId": "CreateSellerLead", "method": "POST", "path": "/seller-register/pvt/seller-leads", "summary": "VTex Invite Seller Lead", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "sellerId": "7890123456", "createdAt": "2023-01-01T12:34:56Z", "updatedAt": "2023-01-01T12:34:56Z" } } ] }