Authorization: Bearer ********************curl --location 'http://localhost:3000/dev/graphql' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"query":"query {\n rightMgmtUsers {\n id\n username\n source\n createdAt\n }\n}\n","variables":{}}'