curl --location '/users' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Institusi TelYu",
"username": "telyau",
"email": "telayu@gmail.com",
"password": "123456",
"role": 2
}'{}