{
"app_id": "string",
"acc_name": "string",
"acc_name_displayed": "string",
"acc_source": "string",
"acc_password": "string",
"user_id": "string",
"sys_ext_props": {},
"free_ext_props": {},
"expire_at": "string",
"permanent": true
}
curl --location --request PATCH 'http://127.0.0.1/v1/applications//accounts/' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "string",
"acc_name": "string",
"acc_name_displayed": "string",
"acc_source": "string",
"acc_password": "string",
"user_id": "string",
"sys_ext_props": {},
"free_ext_props": {},
"expire_at": "string",
"permanent": true
}'
{
"message": "string",
"data": 0
}