curl --request POST \
--url https://api.example.com/v1/users/{id}/activation \
--header 'Content-Type: application/json' \
--data '
{
"phoneNumber": "1234567890",
"orgHash": "123",
"permissionId": "123",
"name": "John Doe",
"password": "password",
"timezone": "America/New_York"
}
'