Contact form Test

Error: Contact form not found.

    curl –location ‘http://localhost:8082/api/v1/forms/create’ –header ‘Authorization: [Your API Key]’ –header ‘Content-Type: application/json’ –data-raw ‘{
    “froms_object”: {
    “name”: “name”,
    “email”: “email”,
    “phone”: “mobile no”
    },
    “froms_type”: “contact”
    }’