1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-23 15:24:21 +00:00
sophon/backend/tools/get_api_token.http

15 lines
215 B
Text
Raw Normal View History

OPTIONS http://127.0.0.1:30033/api/auth/token/
###
POST http://127.0.0.1:30033/api/auth/token/
Content-Type: application/json
2021-08-10 22:59:39 +00:00
# Add here your username and password
{
"username": "",
"password": ""
}
###