I have sent the following request to Vimeo:
curl -X POST https://api.vimeo.com/me/videos -H "Authorization: bearer XXXXXX" -H 'Accept:application/vnd.vimeo.*+json;version=3.4' -H 'Content-Type:application/json' -d '{"upload":{"approach":"tus","size":"999999"}}'
I have tried every combination of single quote, double quotes, space, no space in the request. But the only valid response I can get is the following values in the form parameters:
"complete_uri": null,
"approach": "post",
"size": null,
"redirect_url": null,
"link": null
},
"transcode": {
"status": "in_progress"
}
Where am I going wrong?