Send your first
HTTP request
using Postman!
Build your request based on the API specification:
-
HTTP method POST (3)
-
URL address
of the requested resource:
https://tester-today.com/postman/my-first-rq (4)
-
Header
with the content type
application/json (5-6)
-
Request body
in the format of
JSON (7-8)
Request body requirements (9):
| Field |
Type |
Required |
Constraints |
| name |
string |
+ |
from 3 to 20 characters |
| quantity |
number |
+ |
from 1 to 10 |
Remember that numeric values in JSON are written without quotation marks.
In this task we are not looking for a bug — just getting familiar with a new tool