Rest API - API Testing and Monitoring
What is wrong with this test code?
response = client.post('/orders', data={'id': 10})
assert response.status_code == 201
assert response.json()['id'] == 10