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