cURL
curl --request POST \ --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/auth/v1beta1/register \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>", "token": "<string>" } '
{}
Registers the given user.
A successful response.
The response is of type object.
object