Last active
October 31, 2022 20:03
-
-
Save chodry/e50bddf285b2f7f109da6f7dce431fb0 to your computer and use it in GitHub Desktop.
payloads for the grants application system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# request | |
{ | |
"first_name": "chodrine", | |
"age": 89 | |
} | |
# response | |
{ | |
"Token": "nfdubdsfb2498o5083hbhdbfuaui" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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