tskredens/samples.http

25 lines
362 B
Plaintext
Raw Normal View History

2019-09-26 15:52:58 +02:00
# @name: login
POST {{ baseUrl }}/auth/ HTTP/1.1
Content-type: application/json
{
"email": "test@test.com",
"password": "hornyhorny"
}
###
2019-10-07 01:46:38 +02:00
GET {{ baseUrl }}/bootstrap HTTP/1.1
2019-09-26 15:52:58 +02:00
###
2019-10-07 01:46:38 +02:00
POST {{ baseUrl }}/bootstrap HTTP/1.1
2019-09-26 15:52:58 +02:00
Content-Type: application/json
{
"token": {{ bootstrapToken }},
"email": "test@test.com",
"password": "hornyhorny"
}