curl --location --request PUT '/user/verify' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"username": "scotty",
"password": "@$tr0ngP@$$",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346"
}'{
"valid": true,
"userId": "6ccb3612-4cdc-469e-8574-6007f3c54084",
"status": "active"
}