cURL
curl --request POST \ --url https://api.example.com/files \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "id": 102545 }
binary content of uploaded file
Operation successful
File ID
102545