forked from TDTP/admin_transporte_backend
21 lines
329 B
ReStructuredText
21 lines
329 B
ReStructuredText
![]() |
|
||
|
@server = http://localhost:4000/api
|
||
|
@token = {{login.response.body.$.token}}
|
||
|
|
||
|
###
|
||
|
# @name login
|
||
|
POST {{server}}/auth/
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"username": "0",
|
||
|
"password": "0"
|
||
|
}
|
||
|
|
||
|
###
|
||
|
GET {{server}}/letreros-lur
|
||
|
Authorization: Bearer {{token}}
|
||
|
|
||
|
###
|
||
|
GET {{server}}/letreros-lur/50U
|
||
|
Authorization: Bearer {{token}}
|