curl --location --request POST '/api/v1/packages' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "requests",
"version": "2.31"
}'{
"name": "string",
"version": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}