curl --request POST \
--url https://rest.runpod.io/v1/containerregistryauth \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "my creds",
"password": "my-password",
"username": "my-username"
}'