Authorization: Bearer ********************x-api-key: ********************curl --location --request PUT '/v2/credentials/' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"credential": {
"name": "My Credential",
"type": "up",
"comment": "UP Credential for X scan",
"login": "myuser",
"replace_password": "pa$$word",
"replace_community": "sha1",
"auth_algorithm": "sha1"
}
}'{}