curl --location --request PUT '/firebase/64a6b6ebefe9b9b8009b0051' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "this should be the updated notification body"
}'{
"success": true,
"message": "updated notfication successfully",
"data": {
"_id": "64a6b6ebefe9b9b8009b0051",
"title": "new update3",
"body": "this should be the updated notification body",
"type": "business insight2",
"createdAt": "2023-07-06T12:43:23.186Z",
"updatedAt": "2023-07-06T12:52:45.062Z",
"__v": 0
}
}