Start Answering Form
Last updated
Last updated
POST /v1/form/form/start HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
{
"data": {
"startTime": "text",
"timer": 1,
"title": "text",
"id": "text",
"questions": 1
},
"message": "success",
"status": true
}