curl --request POST \
--url 'https://api.stateset.com/api/v1/lots/{id}/reserve' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"expires_in_seconds": null,
"quantity": "string",
"reference_id": null,
"reference_type": null
}'