ContactFormRequest Service
POST https://<HOST>/crab/contact_form/<request_type>
- where <request_type> ...
POST data in JSON format:
{
"person": {
"name": <jmeno>,
"surname": <prijmeni>
},
"company": {
"name": <nazev_firmy>,
},
"contacts": {
"email": <email>,
"phone": <telefon>
},
"comment": <text_pozadavku>
}