POST
/
api
/
v1
/
aptlyteam
/
teamlogin
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/aptlyteam/teamlogin \
  --header 'Content-Type: */*' \
  --data '{
  "username": "<string>",
  "password": "<string>"
}'

Body

*/*