export default interface RegisterWebhookResponse { data: string; status: string; error_message: string[]; }