/api/v1/app/{app_id}/record/
Method : POST
access_token
(required, header parameter)
Send this as header – e.g.“Authorization: Bearer access_token”app_id
(required, path parameter)
Application Id App for where the record is presentcurl -H "Authorization: Bearer {access_token}" -X POST https://my.worksmart.app/api/v1/app/1234/record/ -d 'f1=New Record Data'