meta { name: "Get Universal Progress" type: "http" seq: 1 } get { url: "{{baseUrl}}/api/progress/{{mediaItemId}}" body: null headers: { Authorization: "Bearer {{jwt}}" Content-Type: "application/json" } }