1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 14:54:22 +00:00
sophon/backend/get_api_token.http
2021-08-07 03:25:59 +02:00

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