Pivot table update for many to many relations
Now you can update pivot table columns by sending relation in the following format:
[
{
"id": 12, // Primary key
"pivot": {
"count": 8 // Pivot table column
}
}
]