Authorization: Bearer ********************curl --location --request DELETE '/sync/transactions/77' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 10,
"data": "{\"id\":10,\"title\":\"should get deleted\",\"completed_by\":\"2023-07-28 14:15:31\",\"created_at\":\"2023-06-28 14:15:31\",\"completed\": 1,\"should_remind\":1,\"synced\":0,\"version_code\":1}"
}'{}