curl --request POST \
--url https://api.hacktionbase.com/v1/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"externalId": "user_123",
"email": "jsmith@example.com",
"anonymousId": "<string>",
"attributes": {}
}
'