curl --request POST \
--url http://api.superwize.ai/api/support/sendContactEmail \
--header 'Content-Type: application/json' \
--data '
{
"name": "Primary Key",
"email": "[email protected]",
"message": "What are the main causes of climate change?"
}
'{
"success": true
}Submits a support/contact request email to the configured SuperWize support inbox.
curl --request POST \
--url http://api.superwize.ai/api/support/sendContactEmail \
--header 'Content-Type: application/json' \
--data '
{
"name": "Primary Key",
"email": "[email protected]",
"message": "What are the main causes of climate change?"
}
'{
"success": true
}