cURL
curl --request POST \ --url https://api.halth.com/v1/members/{memberId}/payment-methods \ --header 'Content-Type: application/json' \ --data ' { "confirmationTokenId": "<string>" } '
{ "id": "<string>", "brand": "<string>", "last4": "<string>", "customerId": "<string>" }
Create payment method and attach to member