curl --location --request POST '/contact' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Yahaya Abullah",
"email": "abdullahayahaya46@gmai.com",
"phone": "+2348089887635",
"message": "dakfdka fhdhkjd hakfj dfda"
}'{
"msg": "CONTACT_INSERTED_SUCCESSFULLY",
"status": true,
"message": {
"fullName": "dafdafa",
"email": "abdullahayahaya46@gmail.com",
"phone": "+234 (808) 988-7635",
"message": "dakfdka fhdhkjd hakfj dfda",
"_id": "62e98dc5386e1529e2bc653e",
"createdAt": "2022-08-02T20:49:09.850Z",
"updatedAt": "2022-08-02T20:49:09.850Z",
"__v": 0
}
}