post https://{url}/users/create
This endpoint allows you to create a new user for your NFT Management Platform.
- URL:
POST - {{url}}/users/create
- Body:
email
- The email of the user.
profile
- The profile information of the user.
addressOrDomain
- Allows the authorization of an Ethereum address, such asbrand.eth
, or a domain name, such asbrand.com
.
- Success: The profile information is returned.