Authorization: Bearer ********************{
"userName":"eol-test-3",
"password":"c473e67f978e1830b611a1360f89aada"
}curl --location --request PUT '/api/v1.0/third-party/user/reset-pwd' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName":"eol-test-3",
"password":"c473e67f978e1830b611a1360f89aada"
}'{}