curl --request POST \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/mirror-sync \
--header 'Authorization: <api-key>'Add a mirror repository to the sync queue. Returns 404 if the repository is not a mirror.
curl --request POST \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/mirror-sync \
--header 'Authorization: <api-key>'