Authorization: Bearer ********************curl --location '/tenants//fairplay-data-sets' \
--header 'Authorization: Bearer <token>' \
--form 'name=""' \
--form 'certificate=@""' \
--form 'ask=""' \
--form 'private_key=@""' \
--form 'private_key_passphrase=""'{
"id": "fpds_01HXYZ...",
"name": "string",
"certificate_fingerprint": "string",
"ask_fingerprint": "string",
"certificate_expires_at": "2019-08-24T14:15:22.123Z",
"status": "active",
"created_at": "2019-08-24T14:15:22.123Z"
}