create(); return ApiResponse::success([ 'captcha_key' => $payload['captcha_key'], 'image_base64' => $payload['image_base64'], ]); } }