curl --request POST \
--url https://coreapi-dev.us.bcpapers.ca/mfa/hardware-otp/start \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"seed": "<string>",
"algorithm": "<string>",
"counter": 123,
"digits": 123,
"mode": "<string>",
"period": 123,
"serial": "<string>"
}
'