curl --request GET \
--url https://api.getovra.com/billing/payment-method \
--header 'Authorization: Bearer <token>'{
"hasPaymentMethod": true,
"last4": "<string>"
}curl --request GET \
--url https://api.getovra.com/billing/payment-method \
--header 'Authorization: Bearer <token>'{
"hasPaymentMethod": true,
"last4": "<string>"
}