curl --location --request POST 'https://api-demo.hybridmlm.io/rest/api' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'purpose="listNews"' \
--form 'params[offset]="0"' \
--form 'params[limit]="100"'{
"status": true,
"data": {
"news": [
{
"news_id": 1,
"title": "Stocks in news-en",
"content": "Tata Motors, ABB India, Bank of Baroda, Eicher Motors, Cipla, Union Bank of India, Polycab India, Bank of India and others will announce their quarterly results later today.-en",
"period": "11 seconds before"
}
]
},
"message": {
"success": "true"
}
}