[
{
"user_id": "string",
"app_id": "string",
"acc_name": "string",
"acc_name_displayed": "string",
"acc_source": "string",
"acc_password": "string",
"acc_status": "string",
"sys_ext_props": {},
"free_ext_props": {}
}
]
curl --location --request POST 'http://127.0.0.1/v1/batch/application-accounts' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"user_id": "string",
"app_id": "string",
"acc_name": "string",
"acc_name_displayed": "string",
"acc_source": "string",
"acc_password": "string",
"acc_status": "string",
"sys_ext_props": {},
"free_ext_props": {}
}
]'
{}