Recompute a specific user's personalised feed, but retrieve no data.

curl --request POST \
     --url https://api.joinzeed.com/content/feed/{userId} \
     --header 'Accept: application/json' \
     --header 'x-api-key: [your api key]'
{
	"data": {}
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!