Beyond Create Local User task create-local-user curl -X POST -H "Authorization: Bearer $EMULATOR_ID_TOKEN" \ -d '{"name": "user_name"}' \ localhost:8080/user curl -X GET -H "Authorization: Bearer $EMULATOR_ID_TOKEN" \ http://localhost:8080/user/$USER_ID