Authorization: Bearer ********************
curl --location '/users' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "username": "string", "password": "string", "role": "string" }'
null