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