curl --request POST \
--url https://{tenant}.fincode.software/api/v6/services/usermanagement/create-transaction-pin \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"transactionPin": "<string>",
"retypeTransactionPin": "<string>"
}
'Creates a transaction PIN for the user.
curl --request POST \
--url https://{tenant}.fincode.software/api/v6/services/usermanagement/create-transaction-pin \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"transactionPin": "<string>",
"retypeTransactionPin": "<string>"
}
'