### POST {{baseUrl}}/login Content-Type: application/x-www-form-urlencoded Accept: application/json username=admin & password=admin ### POST {{baseUrl}}/file Content-Type: multipart/form-data; boundary=WebAppBoundary --WebAppBoundary Content-Disposition: form-data; name="file"; filename="test_sintonia.mp3" < ./test_sintonia.mp3 --WebAppBoundary-- ### GET {{baseUrl}}/file? page=1 & per_page=10 ###