Hey! Just a thought—have you checked if the API requires a specific content type in the header? Sometimes you need to add `-H "Content-Type: application/json"` alongside the curl authorization basic header.
If that doesn’t work, maybe the API is down or has a bug. Try hitting it with Postman or another tool to rule out curl-specific issues.
If that doesn’t work, maybe the API is down or has a bug. Try hitting it with Postman or another tool to rule out curl-specific issues.
