curl --location --request POST '/communities' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Abdullah Yahaya",
"email": "abdullahyahaya46@gmail.com",
"phone": "08089887623",
"gender": "M",
"dob": "2039-09-22"
}'{
"msg": "REGISTRATION_SUCCESSFULLY",
"status": true,
"message": {
"fullName": "Abdullah Yahaya",
"email": "abdullahyahaya46@gmail.com",
"phone": "08089887623",
"dob": "2039-09-22",
"gender": "M",
"_id": "62db9a4bbb49ace895b1c83c",
"__v": 0
}
}