curl --location --request POST '/schedule-call' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Abdullah Yahaya",
"email": "abdullah@mail.com",
"date": "2019-03-02",
"time": "10:04AM",
"message": "Abdullah is just testing this"
}'{
"status": true,
"message": "Success! Thanks for reaching out to us. You'll be contacted by our customer care representative.",
"data": {
"fullName": "Abdullah Yahaya",
"email": "abdullah@mail.com",
"date": "2019-03-02",
"time": "10:04AM",
"message": "Abdullah is just testing this",
"_id": "653af9e69fa5fd3bf44d6159",
"createdAt": "2023-10-26T23:44:38.842Z",
"updatedAt": "2023-10-26T23:44:38.842Z",
"__v": 0
}
}