Skip to content

HMasataka/beyond

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages