put https://{environment}.masspay.io/{VERSION}/payout/user/
This PUT endpoint is used to update the profile information of a user with the provided user token.
You need to provide the user_token
in the URL path to identify the user whose information you want to update. The updated information should be provided in the request Body as a JSON object. This endpoint can be used to update various profile information, such as the user's name, email address, phone number, and more.
The response will contain the updated user information in a JSON format.