curl --request PATCH \
--url https://api.drgreennft.com/api/v1/api/v1/user/updateProfile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"fullName": "<string>",
"username": "<string>",
"profileUrl": "<string>",
"bio": "<string>",
"enable2fa": "<string>",
"notification": true
}
'curl --request PATCH \
--url https://api.drgreennft.com/api/v1/api/v1/user/updateProfile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"fullName": "<string>",
"username": "<string>",
"profileUrl": "<string>",
"bio": "<string>",
"enable2fa": "<string>",
"notification": true
}
'Documentation Index
Fetch the complete documentation index at: https://docs.dr.green/llms.txt
Use this file to discover all available pages before exploring further.
Used by the DAPP UI after wallet sign-in via POST /auth/dapp/signIn. External store integrations should use apiKey + apiSignature instead.
To update profile