{
"list_users": [
{
"id": 0,
"shop_id": 1,
"user_name": "user3",
"reg_id": "125",
"sts": "A",
"list_branch": [
{
"id": 0,
"branch_id": 2,
"row_id": 2,
"branch_name": "branch2"
},
{
"id": 0,
"branch_id": 3,
"row_id": 3,
"branch_name": "branch3"
}
]
}
]
}
curl --location --request POST '/vds_app/ownerappusers/save_ownerapp_users' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_users": [
{
"id": 0,
"shop_id": 1,
"user_name": "user3",
"reg_id": "125",
"sts": "A",
"list_branch": [
{
"id": 0,
"branch_id": 2,
"row_id": 2,
"branch_name": "branch2"
},
{
"id": 0,
"branch_id": 3,
"row_id": 3,
"branch_name": "branch3"
}
]
}
]
}'
{}