curl --location --request POST 'https://transactions.srblabs.io/api/v1/auth/change-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_password": "string",
"new_password": "stringst"
}'
{
"message": "Operation completed successfully"
}