cURL
curl --request POST \ --url https://api.example.com/api/collections/{id}/repost
Repost or unrepost a collection. Acts as a toggle.
id
collection_reposts
{ "message": "Collection reposted", "isReposted": true }
UNAUTHORIZED
NOT_FOUND