Test the endpoints from https://restful-api.dev/
| Method | GET |
|---|---|
| URL | https://api.restful-api.dev/objects |
| Method | GET |
|---|---|
| URL | https://api.restful-api.dev/objects/{id} |
| ID |
| Method | POST |
|---|---|
| URL | https://api.restful-api.dev/objects |
| Body |
| Method | PUT |
|---|---|
| URL | https://api.restful-api.dev/objects/{id} |
| ID | |
| Body |
| Method | PATCH |
|---|---|
| URL | https://api.restful-api.dev/objects/{id} |
| ID | |
| Body |
| Method | DELETE |
|---|---|
| URL | https://api.restful-api.dev/objects/{id} |
| ID |