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