curl --location --request DELETE '/sys/position/deleteBatch?ids' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'
{
"code": 0,
"message": "string",
"result": {
"code": "string",
"companyId": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"name": "string",
"postRank": "string",
"sysOrgCode": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
},
"success": true,
"timestamp": 0
}