curl --location --request POST 'https://sandbox.useme.com/api/1.0/deal/file/' \ --header 'Authorization: Token <here-paste-your-token>' \ --form 'file=@""' \ --form 'stage=""'
{ "success": true, "data": { "file": "http://example.com", "description": "string", "stage": 0 } }