Decompresses and processes a previously uploaded royalty file by tenant and file ID.
curl --request PUT \
--url https://server26-dot-royalti-project.uc.r.appspot.com/file/royalty/decompress/{tenant}/{id} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "File processed successfully"
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
File processed successfully
The response is of type object
.
curl --request PUT \
--url https://server26-dot-royalti-project.uc.r.appspot.com/file/royalty/decompress/{tenant}/{id} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "File processed successfully"
}