Skip to content

Instantly share code, notes, and snippets.

@chodry
Last active October 31, 2022 20:03
Show Gist options
  • Save chodry/e50bddf285b2f7f109da6f7dce431fb0 to your computer and use it in GitHub Desktop.
Save chodry/e50bddf285b2f7f109da6f7dce431fb0 to your computer and use it in GitHub Desktop.
payloads for the grants application system
# request
{
"first_name": "chodrine",
"age": 89
}
# response
{
"Token": "nfdubdsfb2498o5083hbhdbfuaui"
}
# request
{
"email": "[email protected]",
"password": "admin1234rdf"
}
# response
{
"Token": "nfdubdsfb2498o5083hbhdbfuaui"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment