curl --request POST \
--url https://api.dev.opencorpus.ai/user-credentials \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"service_type": "<string>",
"api_key": "<string>",
"name": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Create or update a user credential.
curl --request POST \
--url https://api.dev.opencorpus.ai/user-credentials \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"service_type": "<string>",
"api_key": "<string>",
"name": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}