Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/file/chunk_upload/status' \ --header 'Authorization: Bearer <token>' \ --form 'file_hash="12313123"'
{ "data": { "file_hash": "string", "uploaded_chunks": [ 0 ], "uploaded_count": 0 }, "message": "string", "status": 0 }