Demo account APIs return Unauthorized despite setting up all scopes

Bug Reporting Template

  1. Created a token under **demo.letsdeel.com** with all scopes.
  2. Hitting the curl command says Not Authorized
curl -X POST 'https://api.letsdeel.com/scim/v2/Users' -H 'Authorization: Bearer <TOKEN>

Returns

{"errors":[{"message":"Not Authorized"}]}

Hi,

I see you’re trying to hit production based on the provided example (https://api.letsdeel.com/) but your Demo token is only valid for Demo environment (https://api-sandbox.demo.deel.com/)