curl --location --request GET 'https://public-api.protokols.io/api/v1/profile/protokols_io/smart-engagement-posts?sorting=&sort_direction=&cursor=&post_types=tweet&date_from&date_to' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a'
{
"posts": [
{
"id": "string",
"content": "string",
"post_created_at": "2019-08-24T14:15:22Z",
"created_by": "string",
"comment_count": 0,
"like_count": 0,
"retweet_count": 0,
"bookmark_count": 0,
"view_count": 0,
"type": "tweet",
"quoted_post_id": "string",
"reply_to_post_id": "string",
"coins": [
"string"
],
"mentions": [
"string"
],
"media": "string",
"retweeted_post_id": "string",
"links": [
"string"
],
"reply_to_user_id": "string",
"contract_addresses": [
"string"
],
"language": "string"
}
],
"pagination": {
"page": 0,
"limit": 0,
"cursor": "string"
}
}