token: ********************
curl --location --request DELETE 'http://cmi-api.gleg.site/api/approval-flows/1' \
--header 'token;'
{
"code": 0,
"msg": "string",
"data": {
"name": "string",
"permission_id": 0,
"user_list": "string",
"company_id": 0,
"created_by": 0,
"updated_by": 0,
"updated_at": 0,
"created_at": 0,
"id": 0
}
}