curl --request POST \
--url http://localhost/mogl/mogl-backend/api/twitter_timeline \
--header 'Content-Type: application/json' \
--data '
{
"twitter_id": "123456789",
"pagination_token": "next_token_abc"
}
'{
"data": []
}curl --request POST \
--url http://localhost/mogl/mogl-backend/api/twitter_timeline \
--header 'Content-Type: application/json' \
--data '
{
"twitter_id": "123456789",
"pagination_token": "next_token_abc"
}
'{
"data": []
}Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.