POST
/widget/wallet/apple-wallet/create-wallet
curl \
--request POST 'https://domain.tld/api/v2/widget/wallet/apple-wallet/create-wallet' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthorized."
}