curl --request POST \
--url https://sandbox.sturdytechnologies.com/v3/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"firstname": "John",
"lastname": "Doe",
"telephone": "+1234567890",
"user_id": "<string>"
}
'