{
"oldPassword": "string",
"newPassword": "string"
}curl --location --request PUT 'https://api.chattabox.com/v1/auth/password' \
--header 'Authorization: Bearer some-token-generated-during-otp-verification' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPassword": "string",
"newPassword": "string"
}'{
"success": true,
"statusCode": 200
}