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