cURL
curl --request POST \ --url https://admin.aeoliancms.com/api/v1/contact \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "[email protected]", "message": "<string>" } '
{ "message": "<string>" }
API key in format ak_<48-hex-chars>
ak_<48-hex-chars>
Message sent successfully