Presentation by Nazar Lobur, 2025
Depending on the goal we test:
With GET-requests we are:
Wrong key = empty result or error
Benefits:
POST-request allows to create new objects
POST /users/tenants {
"firstName": "Anna",
"email": "anna@example.com",
"phone": "123456789"
}
DELETE /users/tenants/123
help us to remove some data