Verify API accepts correct JSON body format
Preconditions (3)
Step 1: Open Postman and create a new POST request
Step 2: Set the request URL to the API endpoint
Step 3: In the Body tab, select 'raw' and choose 'JSON' format
Step 4: Enter the JSON body: {"username": "testuser", "password": "Pass123!"}
Step 5: Send the request
Step 6: Observe the response status code and body
✅ Expected Result: The API responds with status code 200 and a success message indicating the body format was accepted