Retrieve a WorkParameters#No parameters.Request#GET /tenants/:tenant_id/works/:idcurl --location -g --request GET '/{{base-api-url}}/tenants/:tenant_id/works/:id' \ --header 'Authorization: Bearer {{your-api-key}}'CopyReturns#Returns a Work object if identifier was provided and Work exists.Returns an error otherwise.