curl --request POST \
--url https://api.drgreennft.com/api/v1/api/v1/auth/nonce \
--header 'Content-Type: application/json' \
--data '
{
"walletAddress": "<string>",
"email": "<string>",
"type": "<string>"
}
'{
"statusCode": 400,
"message": "Validation failed",
"data": [
"email must be a valid email",
"phoneNumber should not be empty"
]
}curl --request POST \
--url https://api.drgreennft.com/api/v1/api/v1/auth/nonce \
--header 'Content-Type: application/json' \
--data '
{
"walletAddress": "<string>",
"email": "<string>",
"type": "<string>"
}
'{
"statusCode": 400,
"message": "Validation failed",
"data": [
"email must be a valid email",
"phoneNumber should not be empty"
]
}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.