Register new account
Developing
Request
Body Params application/json
{
"username": "string",
"email": "string",
"telegram_id": 0,
"evm_pk": "string",
"is_admin": true
}
Request Code Samples
curl --location --request POST '/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"email": "string",
"telegram_id": 0,
"evm_pk": "string",
"is_admin": true
}'
Responses
application/json {
"id": 0,
"username": "string",
"email": "string",
"telegram_id": "string",
"evm_address": "string",
"is_admin": "string"
}
Modified at 2025-07-10 07:43:35