curl --location --request POST '/integration_secrets' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "my_secret",
"password": "my_password",
"type": "basic",
"username": "my_username"
}'
{
"data": {
"created_at": "2019-08-24T14:15:22Z",
"id": "string",
"identifier": "string",
"record_type": "integration_secret",
"updated_at": "2019-08-24T14:15:22Z"
}
}
Authorization: Bearer ********************