organization_id is nullable (null for public access).view taskscurl --location 'https://api-dev.commandroom.ai/api/api/task-shares/increment-usage' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"task_id": 1,
"organization_id": 1
}'{
"message": "Success."
}