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