curl --location --request POST '/import_user_dict?override' \
--header 'Content-Type: application/json' \
--data-raw ''{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}