curl -X GET \
https://gateway.pseudorestapi.com/api/users \
-H "Accept: application/json" \
-u myapikey:mysecretkey
[
{
"id": "8b710bdf-0ea0-4cfc-859c-74b9dc6a597d",
"full_name": "Carroll Bergstrom",
"email": "Keon.Osinski-Jenkins@hotmail.com"
},
{
"id": "b09ee0c6-f274-4ae2-933c-027e7d5bfe9b",
"full_name": "Luis Littel",
"email": "Mabel19@gmail.com"
},
]
Intuitive way to mock REST endpoints
Build your own fake REST APIs without having to learn any programming language or framework