{
"new1": "string",
"new2": "string",
"origin": "string"
}
curl --location --request POST '/v1/my/reset_password' \
--header 'Content-Type: application/json' \
--data-raw '{
"new1": "string",
"new2": "string",
"origin": "string"
}'
{
"data": null,
"errorData": null,
"message": "string"
}