Authorization: Bearer ********************curl --location --request PUT '/desktop/transaction-notes/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notes": "Our Lord is an Awesome God is great from Heaven above with wisdom power God our God is an Awesome God"
}'{
"success": true,
"message": "note updated successfully",
"data": {
"id": "1",
"user_id": "2400",
"business_id": "2290",
"transaction_id": "1742518",
"app_id": null,
"notes": "Our Lord is an Awesome God is great from Heaven above with wisdom power God our God is an Awesome God",
"raw": null,
"app_created_at": null,
"app_updated_at": "2024-07-01T12:48:16.669+01:00",
"deleted_at": null,
"created_at": "2024-07-01T12:38:12.781+01:00",
"updated_at": "2024-07-01T12:48:16.670+01:00"
}
}