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

14 lines
177 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
{
"username": "",
"password": ""
}
###