From 4e371658b02b14964bd2d1efcfe62abe67da76cc Mon Sep 17 00:00:00 2001 From: Blandine Bajard <83599148+BlandineBajard@users.noreply.github.com> Date: Fri, 15 Oct 2021 13:57:58 +0200 Subject: [PATCH] Create postman-reqres --- postman-reqres | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 postman-reqres diff --git a/postman-reqres b/postman-reqres new file mode 100644 index 0000000..5695d83 --- /dev/null +++ b/postman-reqres @@ -0,0 +1,54 @@ +{ + "page": 1, + "per_page": 6, + "total": 12, + "total_pages": 2, + "data": [ + { + "id": 1, + "email": "george.bluth@reqres.in", + "first_name": "George", + "last_name": "Bluth", + "avatar": "https://reqres.in/img/faces/1-image.jpg" + }, + { + "id": 2, + "email": "janet.weaver@reqres.in", + "first_name": "Janet", + "last_name": "Weaver", + "avatar": "https://reqres.in/img/faces/2-image.jpg" + }, + { + "id": 3, + "email": "emma.wong@reqres.in", + "first_name": "Emma", + "last_name": "Wong", + "avatar": "https://reqres.in/img/faces/3-image.jpg" + }, + { + "id": 4, + "email": "eve.holt@reqres.in", + "first_name": "Eve", + "last_name": "Holt", + "avatar": "https://reqres.in/img/faces/4-image.jpg" + }, + { + "id": 5, + "email": "charles.morris@reqres.in", + "first_name": "Charles", + "last_name": "Morris", + "avatar": "https://reqres.in/img/faces/5-image.jpg" + }, + { + "id": 6, + "email": "tracey.ramos@reqres.in", + "first_name": "Tracey", + "last_name": "Ramos", + "avatar": "https://reqres.in/img/faces/6-image.jpg" + } + ], + "support": { + "url": "https://reqres.in/#support-heading", + "text": "To keep ReqRes free, contributions towards server costs are appreciated!" + } +}