curl --request POST \
--url https://api.example.com/api/v1/credentials \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"name": "<string>",
"expiry_date": "<string>",
"issuing_body": "<string>",
"state": "<string>",
"license_number": "<string>",
"issue_date": "<string>",
"s3_key": "<string>",
"notes": "<string>"
}
'