curl --request POST \
--url https://inject.today/api/update \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Versions": {
"Roblox": "version-abcdef123456",
"Software": "v2.4.1",
"Changelog": "Fixed compatibility issues and improved stability."
}
}
'