We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaflexdev.com/v1/dataload.create
{
"token": "MY_TOKEN",
"pretty": true
}
{
"ok": true,
"dataload": {
"id": "5804f0f40ef50473af5870d0"
}
}