{
"user_id": "string",
"app_id": "string",
"acc_name": "string",
"acc_name_displayed": "string",
"acc_source": "string",
"acc_password": "string",
"acc_status": "string",
"acc_type": "string",
"sys_ext_props": {},
"free_ext_props": {},
"expire_at": "string"
}
curl --location --request POST 'http://127.0.0.1/v1/applications//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",
"acc_type": "string",
"sys_ext_props": {},
"free_ext_props": {},
"expire_at": "string"
}'
{
"id": "string"
}