curl --request PATCH \
--url https://api.machines.cash/user/v1/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Update current user profile
When to use this: Update editable user profile fields.
Required scope: users.write.
curl --request PATCH \
--url https://api.machines.cash/user/v1/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}