curl --location --request POST '/import_user_dict?override' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": {
"surface": "string",
"priority": 0,
"context_id": 1348,
"part_of_speech": "string",
"part_of_speech_detail_1": "string",
"part_of_speech_detail_2": "string",
"part_of_speech_detail_3": "string",
"inflectional_type": "string",
"inflectional_form": "string",
"stem": "string",
"yomi": "string",
"pronunciation": "string",
"accent_type": 0,
"mora_count": 0,
"accent_associative_rule": "string"
},
"property2": {
"surface": "string",
"priority": 0,
"context_id": 1348,
"part_of_speech": "string",
"part_of_speech_detail_1": "string",
"part_of_speech_detail_2": "string",
"part_of_speech_detail_3": "string",
"inflectional_type": "string",
"inflectional_form": "string",
"stem": "string",
"yomi": "string",
"pronunciation": "string",
"accent_type": 0,
"mora_count": 0,
"accent_associative_rule": "string"
}
}'