diff --git a/doc/api/projects.md b/doc/api/projects.md
index f74b9dcee0ded299952c17c201b15d3da3d9abd3..a9ac852cb7ad695331648dd1250e464cf6ef9ffd 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -1569,6 +1569,10 @@ POST /projects/:id/mirror/pull
 | --------- | ---- | -------- | ----------- |
 | `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) |
 
+```bash
+curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/projects/:id/mirror/pull
+```
+
 ## Project badges
 
 Read more in the [Project Badges](project_badges.md) documentation.