Ensure the HTTP status code matches what is expected.
Test will fail when actual response's status code does not match with specified value.
1link - name: get users
2link request:
3link path: /users
4link method: get
5link response:
6link status_code: 400