In the Resources section of the UsersAPI.
Under /users resource, select POST method.
Open Test tab.
In the Request body field, fill in:
{
"email": "tranvana@gmail.com",
"name": "Tran Van A"
}

Click Test.
Verify that the create-users Lambda function is invoked successfully, and the response is the created user.
