curl --request POST \
--url https://api-dev.withflock.com/checkpoints/ingest \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"externalUserId": "<string>",
"environment": "production"
}'