Add an additional screen to a customer’s account
| Status Code | Description | Solution |
|---|---|---|
| 200 | Success | Screen added successfully |
| 400 | Bad Request | Check passId format and validity |
| 401 | Unauthorized | Check your JWT token validity |
| 403 | Forbidden | Verify your role permissions |
| 404 | Not Found | Verify the user ID exists |
| 409 | Conflict | Customer has reached maximum screen limit |
| 500 | Internal Server Error | Contact support if persistent |