mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-23 15:24:21 +00:00
14 lines
215 B
HTTP
14 lines
215 B
HTTP
OPTIONS http://127.0.0.1:30033/api/auth/token/
|
|
|
|
###
|
|
|
|
POST http://127.0.0.1:30033/api/auth/token/
|
|
Content-Type: application/json
|
|
|
|
# Add here your username and password
|
|
{
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
|
|
###
|