token: ********************
curl --location --request GET 'http://cmi-api.gleg.site/api/dropdown/user?name=' \
--header 'token;'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"company_id": 0,
"project_id": 0,
"status": 0,
"type": 0,
"name": "string",
"code": "string",
"region_id": 0,
"work_scope": "string",
"plan_id": 0,
"address": "string",
"value_including_tax": "string",
"counterparty_name": null,
"is_finish_store": 0,
"handler_id": 0,
"handler_group_id": 0,
"handle_date": 0,
"created_at": "string",
"created_by": 0,
"updated_at": "string",
"updated_by": 0,
"deleted_at": null,
"deleted_by": null
}
]
}