curl --request POST \
--url https://app.aptlystar.ai/bot/{id}/login \
--header 'Content-Type: */*' \
--data '
{
"password": "<string>",
"user_id": "<string>"
}
'This response has no body data.curl --request POST \
--url https://app.aptlystar.ai/bot/{id}/login \
--header 'Content-Type: */*' \
--data '
{
"password": "<string>",
"user_id": "<string>"
}
'This response has no body data.