Upload a binary file using Postman
Preconditions (3)
Step 1: Open Postman and create a new POST request
Step 2: Enter the API endpoint URL in the request URL field
Step 3: Go to the 'Body' tab
Step 4: Select 'binary' radio button
Step 5: Click 'Select File' and choose the binary file (image.png) from local machine
Step 6: Click 'Send' button to submit the request
✅ Expected Result: The API responds with a success status code (e.g., 200 or 201) and a confirmation message indicating the file was uploaded successfully