location
header to indicate where the content should be uploaded. Refer to https://tus.io for protocol details.{}
curl --location --request POST 'https://api.cloudflare.com/client/v4/accounts//stream' \
--header 'Tus-Resumable;' \
--header 'Upload-Creator;' \
--header 'Upload-Length;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{}