curl --location --request POST '/praiseform' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Yahaya Abullah",
"email": "abdullahayahaya46@gmai.com",
"phone": "+2348089887635",
"report": "dafdafdafdafafda"
}'{
"msg": "REPORT_SUCCESSFULLY",
"status": true,
"message": {
"fullName": "Yahaya Abullah",
"email": "abdullahayahaya46@gmai.com",
"phone": "+234 (808) 988-7635",
"report": "dafdafdafdafafda",
"_id": "62e9ea94c90b64fccf18c5ba",
"createdAt": "2022-08-03T03:25:08.625Z",
"updatedAt": "2022-08-03T03:25:08.625Z",
"__v": 0
}
}