curl --location --request PUT 'https://api.pibox.com/v1/files/upload?parent_id=655526&name=240.mp3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/octet-stream' \
--data-binary '@/home/sviatoslav/240.mp3'{
"file_id": 1234
}