curl --location --request POST '/give' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullname": "abdullah yahaya",
"address": "Elere Police Barrack, Agege, Lagos",
"city": "Lagos",
"telephone": "08089887648",
"email": "abdullahyahaya34@gmail.com"
}'{
"msg": "GIVE_SUCCESSFULLY_INSERTED",
"status": true,
"message": {
"fullname": "abdullah yahaya",
"address": "Elere Police Barrack, Agege, Lagos",
"city": "Lagos",
"telephone": "08089887648",
"email": "abdullahyahaya34@gmail.com",
"_id": "62c9a3d351d113fc71ee86ab",
"createdAt": "2022-07-09T15:50:43.378Z",
"updatedAt": "2022-07-09T15:50:43.378Z",
"__v": 0
}
}