curl --location --request POST 'https://api-uat.kushkipagos.com/payment-credentials/v1/credential' \
--header 'Private-Merchant-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "Credencial de prueba",
"enable": true,
"hidden": true,
"merchant_id": "",
"metadata": {
"key1": "9006",
"key2": "52727"
}
}'{
"alias": "API prueba2",
"credential_id": "385c4d9f6b914bbd95243fd0fe0ac8e1",
"metadata": {
"key1": "9006",
"key2": "52727"
},
"private_credential_id": "2cfb9cdd59514e198fc2fde5c29f0b37",
"public_credential_id": "6623800cc43c49719f174e6b8ce87214"
}