curl --location --request POST '/auth/set-password' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"password":"12345678",
"confirmPassword":"12345678"
}'{
"responseMessage": [
"Password updated successfully"
],
"responseCode": 200,
"responseData": {}
}