curl --location --request POST '/api/dashboard/bulk-update' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": [ {} ] }'
{ "message": "Operation successful", "data": {} }