Login to whatsapp server
GET
/app/login
curl \
--request GET 'http://localhost:3000/app/login'
Response examples (200)
{
"code": "SUCCESS",
"message": "Success",
"results": {
"qr_duration": 30,
"qr_link": "http://localhost:3000/statics/images/qrcode/scan-qr-b0b7bb43-9a22-455a-814f-5a225c743310.png"
}
}
Response examples (500)
{
"code": "INTERNAL_SERVER_ERROR",
"message": "you are not loggin",
"results": {}
}