About API Service

I try to use this API
And I already have 5 posts for user 6 put when i make it I didn’t got any posts
and when i used the api to get count posts I got 5 so what is the error
and this is the cRUL

curl -X 'GET' \
  'https://apix.eu.amity.co/api/v3/user-feeds/6?sortBy=lastCreated&isDeleted=false&dataTypes=video&dataTypes=image&dataTypes=file&dataTypes=liveStream' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkwtTl9wMEpQWTlpQWFtczlITllBNnN6TEhSV3JzLUdFSDduQklQOVRaU

Hello, what’s the response you received? Any error returned?