import { PaymentMethodsResponse } from '@interfaces'; import { apiClient } from '@services'; export const getAllPaymentMethodsApi = async () => { return await apiClient.get('/payments/options'); };