curl --request PUT \
--url https://app.aptlystar.ai/api/v1/aptlyteam/{id} \
--header 'Content-Type: */*' \
--data '
{
"username": "<string>",
"email": "[email protected]",
"password": "<string>",
"activestatus": true,
"roleId": 123
}
'curl --request PUT \
--url https://app.aptlystar.ai/api/v1/aptlyteam/{id} \
--header 'Content-Type: */*' \
--data '
{
"username": "<string>",
"email": "[email protected]",
"password": "<string>",
"activestatus": true,
"roleId": 123
}
'