curl --request POST \
--url http://localhost/mogl/mogl-compliance-backend/api/compliance/change-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"password": "<string>",
"password_confirmation": "<string>"
}
'