curl --request POST \
--url https://app.aptlystar.ai/api/v1/user/register \
--header 'Content-Type: */*' \
--data '{
"fullname": "<string>",
"username": "<string>",
"password": "<string>",
"email": "<string>",
"organizationName": "<string>",
"isOAuth": true,
"oAuthType": "<string>"
}'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/user/register \
--header 'Content-Type: */*' \
--data '{
"fullname": "<string>",
"username": "<string>",
"password": "<string>",
"email": "<string>",
"organizationName": "<string>",
"isOAuth": true,
"oAuthType": "<string>"
}'