curl --request POST \
--url https://app.aptlystar.ai/api/v1/user/update-password \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"oldPassword": "<string>",
"newPassword": "<string>"
}'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/user/update-password \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"oldPassword": "<string>",
"newPassword": "<string>"
}'