{
"message": "Password has been used in the last 10 password changes. To secure your account, pls enter the other password.",
"language": {
"en": "Password has been used in the last 3 password changes. To secure your account, pls enter the other password.",
"th": "Password has been used in the last 3 password changes. To secure your account, pls enter the other password."
}
}curl --location --request POST '/admin/errorMessage/createErrorMessage' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"message": "Password has been used in the last 10 password changes. To secure your account, pls enter the other password.",
"language": {
"en": "Password has been used in the last 3 password changes. To secure your account, pls enter the other password.",
"th": "Password has been used in the last 3 password changes. To secure your account, pls enter the other password."
}
}'