curl --location --request POST 'https://guestapi.roomability.io/Contact/SendEmail' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Abdullah Yahaya",
"email": "abdullahyahaya46@gmail.com",
"subject": "Inquiry About Reservation",
"message": "Hello Valinno, Please I'\''d like to test our page here."
}'{
"errorCode": 0,
"errorMessage": "Contact email sent successfully"
}