Authorization: Bearer ********************curl --location --request POST '/ai-model-deployment-credentials//credentials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"credential_value": "string"
}'{}