cURL
curl --request POST \ --url https://app.getaptly.com/api/portal/forms/submit \ --header 'Content-Type: application/json' \ --data ' { "formId": "<string>", "cardId": "<string>", "boardId": "<string>", "data": {} } '
{ "status": true, "message": "<string>" }
Submitted