curl --request POST \
--url https://api.agntdata.dev/v1/x/user/tweets \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"username": "elonmusk",
"user_id": "44196397",
"include_replies": false,
"include_pinned": false
}
'